ComponentOne ASP.NET MVC Controls
IsRequired Property (ComboBoxBase<T>)

C1.Web.Mvc Namespace > ComboBoxBase<T> Class : IsRequired Property
Gets or sets a value indicating whether the control value must be a non-empty string.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overrides Property IsRequired As Boolean
[DefaultValue(true)]
public override bool IsRequired {get; set;}
See Also

Reference

ComboBoxBase<T> Class
ComboBoxBase<T> Members